kberov / Ado-Plugin-Admin

system (site) administration user interface
Other
0 stars 0 forks source link

Implement Ado::Control::Ado::Users #5

Open kberov opened 9 years ago

kberov commented 9 years ago

Implement Ado::Control::Ado::Users and UI for it

The existing stub will be moved from https://github.com/kberov/Ado/blob/master/lib/Ado/Control/Ado/Default.pm here. The development will continue here.

kberov commented 9 years ago

This is a good starting point, altough it does not mean much :). However we will strive to keep the coverage above 85%.

---------------------------- ------ ------ ------ ------ ------ ------ ------
File                           stmt   bran   cond    sub    pod   time  total
---------------------------- ------ ------ ------ ------ ------ ------ ------
...do/Control/Ado/Default.pm  100.0    n/a    n/a  100.0  100.0   11.9  100.0
.../Ado/Control/Ado/Users.pm  100.0  100.0  100.0  100.0  100.0    8.4  100.0
blib/lib/Ado/Plugin/Admin.pm  100.0    n/a    n/a  100.0  100.0   39.0  100.0
blib/lib/Ado/UI/Menu.pm       100.0  100.0    n/a  100.0  100.0   40.5  100.0
Total                         100.0  100.0  100.0  100.0  100.0  100.0  100.0
---------------------------- ------ ------ ------ ------ ------ ------ ------

Further commits are comming.